fix typo
authorJoey Hess <joeyh@joeyh.name>
Fri, 7 Oct 2022 16:30:07 +0000 (12:30 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 7 Oct 2022 16:30:07 +0000 (12:30 -0400)
CmdLine/Usage.hs
doc/bugs/FTBFS_for_the_2nd_day.mdwn

index f3434d7091fa8f22761acc873a8516cf470d01fd..65879f7c3e769515d8adc619feb8753a5247bd66 100644 (file)
@@ -60,8 +60,8 @@ paramNumRange :: String
 paramNumRange = "NUM|RANGE"
 paramRemote :: String
 paramRemote = "REMOTE"
-paramRemote :: String
-paramRemote = "REPOSITORY"
+paramRepository :: String
+paramRepository = "REPOSITORY"
 paramField :: String
 paramField = "FIELD"
 paramGlob :: String
index afab6f5156f7d68ce3a136afb4e594e5837a5c36..b39964410ad7c8c20a7b7bf63a2dee1a181e11cf 100644 (file)
@@ -23,3 +23,5 @@ CmdLine/Usage.hs:64:1: error:
 ```
 
 on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case.
+
+> [[fixed|done]] --[[Joey]]